/*首页布局*/
.warp{
	width: 100%;
}
.warp .head{
	width: 100%;
	height: 90px;
	background: url(../images/bg.png);
}
.warp .head .head-logo{
	width: 10%;
	float: left;
	padding-left: 2%;
	margin-top: 1.5%;
	/*line-height: 90px;*/
}
.warp .head .head-name{
	width: 40%;
	float: left;
	margin-top: 25px;
}
.warp .head .head-nav{
	width: 50%;
	float: left;
	padding-top: 25px;
	text-align: right;
}

#news_hide{
	display: none;
}
.float-news{
}
.float-news-center{
	position: absolute;
	top: 50%;
	right: 15%;
	width: 300px;
	background: #fff;
}
.float-news-bottom{
	position: absolute;
	bottom: 5px;
	right: 15%;
	width: 300px;
	background: #fff;
}
/*首页漂浮新闻资讯css*/
.float-news .float-news-title{
	height: 30px;
	line-height: 30px;
	background: #15cccc;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.float-news .float-news-title span{
	float: right;
}
.float-news .float-news-title span:hover{
	cursor: pointer;
}
.float-news .float-news-list{
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.float-news .float-news-list span{
	float: right;
}
/*首页漂浮二维码css*/
.flow-card{
	position: fixed;
	top: 15%;
	right: 5%;
	z-index: 600000;
}
.flow-card img{
	width: 143px;
	height: 143px;
}

/*首页导航css*/
*, *:after, *:before {
	box-sizing: border-box;
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.navMenu li{
		width: 75px;
		text-align: center; 
	}
	.warp .cate{
		height: 310px;
	}
	.warp .cate .cate-list{
		height: 290px;
	}
}
@media only screen and (max-width:1480px) and (min-width:1280px) {
	.navMenu li{
		width: 90px;
		text-align: center; 
	}
	.warp .cate{
		height: 370px;
	}
	.warp .cate .cate-list{
		height: 340px;
	}
}
@media only screen and (max-width:1680px) and (min-width:1480px) {
	.navMenu li{
		width: 100px;
		text-align: center;
	}
	.warp .cate{
		height: 370px;
	}
	.warp .cate .cate-list{
		height: 340px;
	}
}
@media only screen and (max-width:1880px) and (min-width:1680px) {
	.navMenu li{
		width: 110px;
		text-align: center;
	}
	.warp .cate{
		height: 370px;
	}
	.warp .cate .cate-list{
		height: 340px;
	}
}
@media only screen and (max-width:5000px) and (min-width:1880px) {
	.navMenu li{
		width: 130px;
		text-align: center; 
	}
	.warp .cate{
		height: 400px;
	}
	.warp .cate .cate-list{
		height: 370px;
	}
}
/*一级菜单*/ 
.navMenu ul li{ 
	float: left; 
	position: relative;
	z-index: 1000000;
}
.navMenu ul li a:hover{ 
	color: #15cccc;
}
.navMenu .about-current {
	border-bottom: 3px solid #15cccc;	
}
.navMenu .about-current a{
	color: #15cccc;
}
.navMenu ul li a{
	padding: 12px 0 10px 0; 
	text-align: center; 
	color: #fff; 
	text-decoration: none; 
	display: block;
}
/*二级菜单*/
.navMenu ul li ul { 
	display: none; 
	position:absolute; 
	left: 0; 
	top:0; 
	margin-top:40px; 
	background: #00b8b8;
} 
.navMenu ul li ul li{ 
	float:none;
	border-bottom: 1px solid #15cccc;
}
.navMenu ul li ul li:last-child{ 
	border: 0;
}

.children:first-child em{
	display: block;
    border-width: 5px;
    position: absolute;
    bottom: 15px;
    left: -5px;
    border-style:  dashed dashed dashed dashed;
    border-color:  transparent transparent transparent #028080;
    font-size: 0;
    line-height: 0;
}

.navMenu .child:hover{
	background: #028080;
}
.navMenu .child:hover a{
	color: #fff000;
}
.navMenu .child:hover .children{
	background: #00b8b8;
}
.navMenu .child:hover .children a{
	color: #fff;
}
.navMenu .child .children:hover{
	background: #028080;
}
.navMenu .child .children:hover a{
	color: #fff000;
}
/*二级菜单宽度*/
.navMenu ul li ul{ 
	width: 120px;
}
.navMenu ul li ul li{ 
	width: 120px;
}
/*三级菜单宽度*/
.navMenu ul li ul li ul{ 
	width: 160px;
}
.navMenu ul li ul li ul li{ 
	width: 160px;
}
/*三级菜单*/
.navMenu ul li ul li ul{ 
	display: none; 
	left: 125px; 
	top: -40px;
}

.warp .roll-news{
	height: 40px;
	line-height: 34px;
	padding-left: 2%; 
	width: 97%;
	overflow: hidden;
	font-size: 12px;
}
.warp .roll-news ul li{
	width: 300px;
	float: left;
}
.warp .roll-news .news-title{
	width: 75%;
	height: 40px;
	overflow: hidden;
}
.warp .roll-news .news-time{
	width: 10%;
	height: 40px;
	overflow: hidden;
	margin-left: 15%;
}
.warp .cate{
	padding: 10px 40px 10px 0px;
	background: #f7f7f7;
}
.warp .cate .cate-list{
	width: 31.3%;
	padding: 25px 2%;
	float: left;
	background: #fff;
	margin-left: 2%;
}
.warp .cate .cate-list .cate-img{
	width: 100%;
	overflow: hidden;
}
.warp .cate .cate-list .cate-btn{
	margin-top: 20px;
	height: 40px;
}
.warp .cate .cate-list .cate-btn a:hover{
	color: #15cccc;
}
.warp .cate .cate-list .cate-btn ul li{
	width: 31%;
	margin-left: 1%;
	float: left;
	text-align: center;
	border: 1px solid #e4e5e6;
	border-radius: 5px;
	padding: 10px 0;
}
.warp .cate .cate-list .cate-btn ul li:hover{
	border: 1px solid #15cccc;
}
.warp .cate .cate-list .cate-more{
	margin-top: 20px;
}
.foot{
	height: 100px;
	background: #343434;
	padding-top: 30px;
	color: #fff;
}
.foot p{
	opacity:.5;
}
/*轮播新闻css*/
#demo {
    overflow: hidden;
    width: 100%;
    height: auto;
}
#indemo {
    float: left;
    width: 200%;
}
#demo1 {
    float: left;
    width: 50%;
}
#demo2 {
    float: left;
    width: 50%;
}